From: Colin Walters Date: Tue, 9 Aug 2016 19:36:37 +0000 (-0400) Subject: libostree.sym: Add 2016.9 section X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~48^2~33 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=07ec35ef03ef0e86956f4c0c20044166e0b389d9;p=ostree.git libostree.sym: Add 2016.9 section We should remember to do this in the commit updating configure.ac. Closes: #453 Approved by: jlebon --- diff --git a/configure.ac b/configure.ac index aa4a42bd..6d322c9c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,5 @@ AC_PREREQ([2.63]) +dnl If incrementing the version here, remember to update libostree.sym too AC_INIT([ostree], [2016.8], [walters@verbum.org]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([buildutil]) diff --git a/src/libostree/libostree.sym b/src/libostree/libostree.sym index 3d05ac0e..22eb9eb2 100644 --- a/src/libostree/libostree.sym +++ b/src/libostree/libostree.sym @@ -346,14 +346,21 @@ global: ostree_repo_resolve_rev_ext; } LIBOSTREE_2016.6; -/* NOTE NOTE NOTE - * Versions above here are released. Only add symbols below this line. - * NOTE NOTE NOTE - */ - LIBOSTREE_2016.8 { global: ostree_checksum_b64_to_bytes; ostree_checksum_b64_from_bytes; ostree_repo_checkout_at; } LIBOSTREE_2016.7; + +/* NOTE NOTE NOTE + * Versions above here are released. Only add symbols below this line. + * NOTE NOTE NOTE + */ + +/* Remove comment when first new symbol is added +LIBOSTREE_2016.9 +global: + someostree_symbol_deleteme; +} LIBOSTREE_2016.8; + * Remove comment when first new symbol is added */